﻿2026-06-21T03:30:14.1376939Z Current runner version: '2.335.1'
2026-06-21T03:30:14.1381663Z Runner name: 'kitsubito'
2026-06-21T03:30:14.1382173Z Runner group name: 'Default'
2026-06-21T03:30:14.1382831Z Machine name: 'KITSUBITO'
2026-06-21T03:30:14.1384790Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T03:30:14.1386534Z Contents: read
2026-06-21T03:30:14.1386937Z Metadata: read
2026-06-21T03:30:14.1387310Z Packages: read
2026-06-21T03:30:14.1387695Z ##[endgroup]
2026-06-21T03:30:14.1389363Z Secret source: Actions
2026-06-21T03:30:14.1389876Z Prepare workflow directory
2026-06-21T03:30:14.1815912Z Prepare all required actions
2026-06-21T03:30:14.1844157Z Getting action download info
2026-06-21T03:30:14.5097602Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T03:30:15.0487772Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T03:30:15.1324333Z ##[group]Run actions/checkout@v5
2026-06-21T03:30:15.1325078Z with:
2026-06-21T03:30:15.1325439Z   fetch-depth: 0
2026-06-21T03:30:15.1325863Z   repository: SaberMage/spt-core
2026-06-21T03:30:15.1329404Z   token: ***
2026-06-21T03:30:15.1329762Z   ssh-strict: true
2026-06-21T03:30:15.1330135Z   ssh-user: git
2026-06-21T03:30:15.1330497Z   persist-credentials: true
2026-06-21T03:30:15.1330888Z   clean: true
2026-06-21T03:30:15.1331250Z   sparse-checkout-cone-mode: true
2026-06-21T03:30:15.1331681Z   fetch-tags: false
2026-06-21T03:30:15.1332055Z   show-progress: true
2026-06-21T03:30:15.1332408Z   lfs: false
2026-06-21T03:30:15.1332742Z   submodules: false
2026-06-21T03:30:15.1333109Z   set-safe-directory: true
2026-06-21T03:30:15.1333715Z ##[endgroup]
2026-06-21T03:30:15.2144187Z Syncing repository: SaberMage/spt-core
2026-06-21T03:30:15.2145859Z ##[group]Getting Git version info
2026-06-21T03:30:15.2146574Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T03:30:15.2147431Z [command]/usr/bin/git version
2026-06-21T03:30:15.2156114Z git version 2.43.0
2026-06-21T03:30:15.2173286Z ##[endgroup]
2026-06-21T03:30:15.2183946Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a74fcedd-5a31-4ed6-a716-28dec22369c0' before making global git config changes
2026-06-21T03:30:15.2185148Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T03:30:15.2186818Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T03:30:15.2217677Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T03:30:15.2236169Z https://github.com/SaberMage/spt-core
2026-06-21T03:30:15.2246635Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T03:30:15.2249272Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T03:30:15.2274880Z HEAD
2026-06-21T03:30:15.2312385Z ##[endgroup]
2026-06-21T03:30:15.2313692Z [command]/usr/bin/git submodule status
2026-06-21T03:30:15.2497554Z ##[group]Cleaning the repository
2026-06-21T03:30:15.2532911Z [command]/usr/bin/git clean -ffdx
2026-06-21T03:30:16.9894021Z Removing target/
2026-06-21T03:30:16.9903253Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T03:30:17.0065938Z HEAD is now at 3ae883f45 Merge f4b97e744daa8704556586d05ea1c3256810fb10 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T03:30:17.0070763Z ##[endgroup]
2026-06-21T03:30:17.0071845Z ##[group]Disabling automatic garbage collection
2026-06-21T03:30:17.0074968Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T03:30:17.0102020Z ##[endgroup]
2026-06-21T03:30:17.0103229Z ##[group]Setting up auth
2026-06-21T03:30:17.0107163Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T03:30:17.0133993Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T03:30:17.0318897Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T03:30:17.0346302Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T03:30:17.0534888Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T03:30:17.0561988Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T03:30:17.0749641Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T03:30:17.0782965Z ##[endgroup]
2026-06-21T03:30:17.0784458Z ##[group]Fetching the repository
2026-06-21T03:30:17.0792009Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +3ae883f45a4e1306290f99b466f175e577452a52:refs/remotes/pull/26/merge
2026-06-21T03:30:17.8641677Z From https://github.com/SaberMage/spt-core
2026-06-21T03:30:17.8642382Z    bdb51c23f..f4b97e744  v0.13.0-delivery-control -> origin/v0.13.0-delivery-control
2026-06-21T03:30:17.8643006Z    bdb51c23f..f4b97e744  v0.13.0-p1b-ack-deadlock -> origin/v0.13.0-p1b-ack-deadlock
2026-06-21T03:30:17.8671847Z ##[endgroup]
2026-06-21T03:30:17.8672489Z ##[group]Determining the checkout info
2026-06-21T03:30:17.8673043Z ##[endgroup]
2026-06-21T03:30:17.8676949Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T03:30:17.8715107Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T03:30:17.8739185Z ##[group]Checking out the ref
2026-06-21T03:30:17.8741975Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T03:30:17.8793524Z HEAD is now at 3ae883f45 Merge f4b97e744daa8704556586d05ea1c3256810fb10 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T03:30:17.8797863Z ##[endgroup]
2026-06-21T03:30:17.8836668Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T03:30:17.8862605Z 3ae883f45a4e1306290f99b466f175e577452a52
2026-06-21T03:30:17.9034597Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T03:30:17.9035132Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T03:30:17.9050438Z shell: /usr/bin/bash -e {0}
2026-06-21T03:30:17.9050729Z ##[endgroup]
2026-06-21T03:30:17.9162759Z ##[group]Run set -euo pipefail
2026-06-21T03:30:17.9163139Z [36;1mset -euo pipefail[0m
2026-06-21T03:30:17.9163389Z [36;1mPIN=0c95435[0m
2026-06-21T03:30:17.9163637Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T03:30:17.9163924Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T03:30:17.9164300Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T03:30:17.9164759Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T03:30:17.9165220Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T03:30:17.9165619Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T03:30:17.9165894Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T03:30:17.9166199Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T03:30:17.9166571Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T03:30:17.9166973Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T03:30:17.9167239Z [36;1mfi[0m
2026-06-21T03:30:17.9167548Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T03:30:17.9182020Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T03:30:17.9182349Z env:
2026-06-21T03:30:17.9182683Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T03:30:17.9182944Z ##[endgroup]
2026-06-21T03:30:18.5719746Z    Compiling proc-macro2 v1.0.106
2026-06-21T03:30:18.5721107Z    Compiling quote v1.0.45
2026-06-21T03:30:18.5721397Z    Compiling unicode-ident v1.0.24
2026-06-21T03:30:18.5722217Z    Compiling libc v0.2.186
2026-06-21T03:30:18.5722474Z    Compiling serde_core v1.0.228
2026-06-21T03:30:18.5722731Z    Compiling cfg-if v1.0.4
2026-06-21T03:30:18.5722966Z    Compiling serde v1.0.228
2026-06-21T03:30:18.5762292Z    Compiling log v0.4.32
2026-06-21T03:30:18.5801164Z    Compiling pin-project-lite v0.2.17
2026-06-21T03:30:18.5814830Z    Compiling typenum v1.20.1
2026-06-21T03:30:18.5855864Z    Compiling portable-atomic v1.13.1
2026-06-21T03:30:18.5856560Z    Compiling version_check v0.9.5
2026-06-21T03:30:18.5940783Z    Compiling memchr v2.8.1
2026-06-21T03:30:18.5963416Z    Compiling shlex v2.0.1
2026-06-21T03:30:18.6001360Z    Compiling critical-section v1.2.0
2026-06-21T03:30:18.6750661Z    Compiling find-msvc-tools v0.1.9
2026-06-21T03:30:18.6979548Z    Compiling futures-core v0.3.32
2026-06-21T03:30:18.7130898Z    Compiling bytes v1.11.1
2026-06-21T03:30:18.7511264Z    Compiling subtle v2.6.1
2026-06-21T03:30:18.8030949Z    Compiling smallvec v1.15.1
2026-06-21T03:30:18.8421240Z    Compiling equivalent v1.0.2
2026-06-21T03:30:18.8732368Z    Compiling itoa v1.0.18
2026-06-21T03:30:18.9271948Z    Compiling semver v1.0.28
2026-06-21T03:30:18.9602088Z    Compiling generic-array v0.14.7
2026-06-21T03:30:18.9941456Z    Compiling stable_deref_trait v1.2.1
2026-06-21T03:30:19.0097977Z    Compiling slab v0.4.12
2026-06-21T03:30:19.0288183Z    Compiling futures-io v0.3.32
2026-06-21T03:30:19.0427836Z    Compiling futures-sink v0.3.32
2026-06-21T03:30:19.0777407Z    Compiling futures-task v0.3.32
2026-06-21T03:30:19.0928310Z    Compiling rustversion v1.0.22
2026-06-21T03:30:19.1321074Z    Compiling hashbrown v0.17.1
2026-06-21T03:30:19.1570634Z    Compiling futures-channel v0.3.32
2026-06-21T03:30:19.1912413Z    Compiling bitflags v2.12.1
2026-06-21T03:30:19.2040875Z    Compiling cpufeatures v0.2.17
2026-06-21T03:30:19.2411086Z    Compiling rustc_version v0.4.1
2026-06-21T03:30:19.2560521Z    Compiling fnv v1.0.7
2026-06-21T03:30:19.2630637Z    Compiling strsim v0.11.1
2026-06-21T03:30:19.2771470Z    Compiling cfg_aliases v0.2.1
2026-06-21T03:30:19.3450393Z    Compiling rand_core v0.10.1
2026-06-21T03:30:19.3570594Z    Compiling writeable v0.6.3
2026-06-21T03:30:19.4029331Z    Compiling litemap v0.8.2
2026-06-21T03:30:19.5000475Z    Compiling fs_extra v1.3.0
2026-06-21T03:30:19.5401109Z    Compiling utf8_iter v1.0.4
2026-06-21T03:30:19.5453136Z    Compiling getrandom v0.4.2
2026-06-21T03:30:19.6436521Z    Compiling ident_case v1.0.1
2026-06-21T03:30:19.6699242Z    Compiling dunce v1.0.5
2026-06-21T03:30:19.6800897Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T03:30:19.6850086Z    Compiling icu_properties_data v2.2.0
2026-06-21T03:30:19.6940282Z    Compiling autocfg v1.5.1
2026-06-21T03:30:19.7300957Z    Compiling percent-encoding v2.3.2
2026-06-21T03:30:19.7542983Z    Compiling http v1.4.1
2026-06-21T03:30:19.7871000Z    Compiling unicode-segmentation v1.13.3
2026-06-21T03:30:19.8087121Z    Compiling aws-lc-rs v1.17.0
2026-06-21T03:30:19.8635161Z    Compiling cpufeatures v0.3.0
2026-06-21T03:30:19.8952779Z    Compiling indexmap v2.14.0
2026-06-21T03:30:19.9641171Z    Compiling thiserror v2.0.18
2026-06-21T03:30:19.9831119Z    Compiling scopeguard v1.2.0
2026-06-21T03:30:20.0428251Z    Compiling syn v2.0.117
2026-06-21T03:30:20.0674011Z    Compiling form_urlencoded v1.2.2
2026-06-21T03:30:20.0781084Z    Compiling lock_api v0.4.14
2026-06-21T03:30:20.0941695Z    Compiling chacha20 v0.10.0
2026-06-21T03:30:20.1130693Z    Compiling untrusted v0.9.0
2026-06-21T03:30:20.1482411Z    Compiling rustls v0.23.40
2026-06-21T03:30:20.2380506Z    Compiling heck v0.5.0
2026-06-21T03:30:20.2564723Z    Compiling unicode-xid v0.2.6
2026-06-21T03:30:20.2841583Z    Compiling atomic-waker v1.1.2
2026-06-21T03:30:20.2980938Z    Compiling const-oid v0.10.2
2026-06-21T03:30:20.3475662Z    Compiling convert_case v0.10.0
2026-06-21T03:30:20.3576778Z    Compiling anyhow v1.0.102
2026-06-21T03:30:20.3748499Z    Compiling parking_lot_core v0.9.12
2026-06-21T03:30:20.4090419Z    Compiling paste v1.0.15
2026-06-21T03:30:20.4130739Z    Compiling httparse v1.10.1
2026-06-21T03:30:20.4640715Z    Compiling zerocopy v0.8.50
2026-06-21T03:30:20.5160338Z    Compiling jobserver v0.1.34
2026-06-21T03:30:20.5237766Z    Compiling num-traits v0.2.19
2026-06-21T03:30:20.5425854Z    Compiling hybrid-array v0.4.12
2026-06-21T03:30:20.5716087Z    Compiling curve25519-dalek v4.1.3
2026-06-21T03:30:20.6320337Z    Compiling ahash v0.8.12
2026-06-21T03:30:20.7010921Z    Compiling fastrand v2.4.1
2026-06-21T03:30:20.7192258Z    Compiling powerfmt v0.2.0
2026-06-21T03:30:20.7200299Z    Compiling either v1.16.0
2026-06-21T03:30:20.7940432Z    Compiling crypto-common v0.1.7
2026-06-21T03:30:20.7987403Z    Compiling cc v1.2.63
2026-06-21T03:30:20.8107477Z    Compiling block-buffer v0.10.4
2026-06-21T03:30:20.8901225Z    Compiling http-body v1.0.1
2026-06-21T03:30:20.9111799Z    Compiling base64ct v1.8.3
2026-06-21T03:30:20.9440802Z    Compiling digest v0.10.7
2026-06-21T03:30:20.9580327Z    Compiling deranged v0.5.8
2026-06-21T03:30:21.0260955Z    Compiling zmij v1.0.21
2026-06-21T03:30:21.0356067Z    Compiling tinyvec_macros v0.1.1
2026-06-21T03:30:21.1130637Z    Compiling try-lock v0.2.5
2026-06-21T03:30:21.1550637Z    Compiling pkg-config v0.3.33
2026-06-21T03:30:21.2064064Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T03:30:21.2271504Z    Compiling num-conv v0.2.2
2026-06-21T03:30:21.2481023Z    Compiling tower-service v0.3.3
2026-06-21T03:30:21.2563639Z    Compiling mio v1.2.1
2026-06-21T03:30:21.3111056Z    Compiling socket2 v0.6.4
2026-06-21T03:30:21.3620815Z    Compiling getrandom v0.2.17
2026-06-21T03:30:21.4194038Z    Compiling time-core v0.1.8
2026-06-21T03:30:21.4284576Z    Compiling base64 v0.22.1
2026-06-21T03:30:21.5140404Z    Compiling data-encoding v2.11.0
2026-06-21T03:30:21.5860718Z    Compiling rand_core v0.6.4
2026-06-21T03:30:21.6020449Z    Compiling vcpkg v0.2.15
2026-06-21T03:30:21.6120537Z    Compiling rand v0.10.1
2026-06-21T03:30:21.7030708Z    Compiling parking_lot v0.12.5
2026-06-21T03:30:21.7427207Z    Compiling want v0.3.1
2026-06-21T03:30:21.7640358Z    Compiling block-buffer v0.12.0
2026-06-21T03:30:21.8090678Z    Compiling crypto-common v0.2.2
2026-06-21T03:30:21.9540254Z    Compiling sha2 v0.10.9
2026-06-21T03:30:21.9810484Z    Compiling tinyvec v1.11.0
2026-06-21T03:30:21.9940525Z    Compiling inout v0.1.4
2026-06-21T03:30:22.0451156Z    Compiling vergen-lib v9.1.0
2026-06-21T03:30:22.1041373Z    Compiling n0-future v0.3.2
2026-06-21T03:30:22.1310997Z    Compiling httpdate v1.0.3
2026-06-21T03:30:22.2720613Z    Compiling cmake v0.1.58
2026-06-21T03:30:22.3078184Z    Compiling serde_json v1.0.150
2026-06-21T03:30:22.3548899Z    Compiling spin v0.10.0
2026-06-21T03:30:22.4481169Z    Compiling diatomic-waker v0.2.3
2026-06-21T03:30:22.4800915Z    Compiling winnow v1.0.3
2026-06-21T03:30:22.5010782Z    Compiling signature v2.2.0
2026-06-21T03:30:22.5211826Z    Compiling parking v2.2.1
2026-06-21T03:30:22.5353415Z    Compiling crossbeam-utils v0.8.21
2026-06-21T03:30:22.5453635Z    Compiling cordyceps v0.3.4
2026-06-21T03:30:22.5847733Z    Compiling cipher v0.4.4
2026-06-21T03:30:22.6080800Z    Compiling ed25519 v2.2.3
2026-06-21T03:30:22.6145579Z    Compiling netlink-packet-core v0.8.1
2026-06-21T03:30:22.6349666Z    Compiling futures-lite v2.6.1
2026-06-21T03:30:22.7143640Z    Compiling digest v0.11.3
2026-06-21T03:30:22.7662479Z    Compiling universal-hash v0.5.1
2026-06-21T03:30:22.8209819Z    Compiling vergen v9.1.0
2026-06-21T03:30:22.8274400Z    Compiling vergen-lib v0.1.6
2026-06-21T03:30:22.8330640Z    Compiling heapless v0.7.17
2026-06-21T03:30:22.8331776Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T03:30:22.8591062Z    Compiling noq-udp v0.10.0
2026-06-21T03:30:22.8980329Z    Compiling futures-buffered v0.2.13
2026-06-21T03:30:22.9051222Z    Compiling sync_wrapper v1.0.2
2026-06-21T03:30:22.9959226Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T03:30:23.0141954Z    Compiling byteorder v1.5.0
2026-06-21T03:30:23.0260930Z    Compiling opaque-debug v0.3.1
2026-06-21T03:30:23.0300999Z    Compiling allocator-api2 v0.2.21
2026-06-21T03:30:23.0729965Z    Compiling polyval v0.6.2
2026-06-21T03:30:23.1140765Z    Compiling spin v0.9.8
2026-06-21T03:30:23.1240753Z    Compiling vergen-gitcl v1.0.8
2026-06-21T03:30:23.1463221Z    Compiling aws-lc-sys v0.41.0
2026-06-21T03:30:23.2070673Z    Compiling ring v0.17.14
2026-06-21T03:30:23.2510227Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T03:30:23.2987706Z    Compiling hash32 v0.2.1
2026-06-21T03:30:23.3187044Z    Compiling tower-layer v0.3.3
2026-06-21T03:30:23.3350584Z    Compiling signature v3.0.0
2026-06-21T03:30:23.3521119Z    Compiling fallible-iterator v0.3.0
2026-06-21T03:30:23.3690800Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T03:30:23.4620623Z    Compiling ryu v1.0.23
2026-06-21T03:30:23.4720426Z    Compiling num_threads v0.1.7
2026-06-21T03:30:23.4952701Z    Compiling ghash v0.5.1
2026-06-21T03:30:23.5103211Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T03:30:23.5310769Z    Compiling ctr v0.9.2
2026-06-21T03:30:23.6060820Z    Compiling time v0.3.47
2026-06-21T03:30:23.6889439Z    Compiling aes v0.8.4
2026-06-21T03:30:23.7770842Z    Compiling fs2 v0.4.3
2026-06-21T03:30:23.8027844Z    Compiling http-body-util v0.1.3
2026-06-21T03:30:23.8220614Z    Compiling aead v0.5.2
2026-06-21T03:30:23.8581527Z    Compiling openssl-probe v0.2.1
2026-06-21T03:30:23.8750570Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T03:30:23.9340764Z    Compiling crossbeam-channel v0.5.15
2026-06-21T03:30:23.9380646Z    Compiling blake3 v1.8.5
2026-06-21T03:30:24.0586457Z    Compiling netlink-packet-route v0.29.0
2026-06-21T03:30:24.1209797Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T03:30:24.1630534Z    Compiling uuid v1.23.2
2026-06-21T03:30:24.2464332Z    Compiling memoffset v0.6.5
2026-06-21T03:30:24.2620736Z    Compiling aes-gcm v0.10.3
2026-06-21T03:30:24.3261289Z    Compiling acto v0.8.2
2026-06-21T03:30:24.4016468Z    Compiling noq v0.18.0
2026-06-21T03:30:24.4800960Z    Compiling netwatch v0.16.0
2026-06-21T03:30:24.5225547Z    Compiling lru-slab v0.1.2
2026-06-21T03:30:24.5507813Z    Compiling mac-addr v0.3.0
2026-06-21T03:30:24.6360639Z    Compiling foldhash v0.2.0
2026-06-21T03:30:24.6761367Z    Compiling ref-cast v1.0.25
2026-06-21T03:30:24.7092545Z    Compiling rustc-hash v2.1.2
2026-06-21T03:30:24.7191237Z    Compiling thiserror v1.0.69
2026-06-21T03:30:24.7258609Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T03:30:24.7868292Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T03:30:24.8217945Z    Compiling rustix v1.1.4
2026-06-21T03:30:24.8428662Z    Compiling tagptr v0.2.0
2026-06-21T03:30:24.8911123Z    Compiling xml-rs v0.8.28
2026-06-21T03:30:24.9563638Z    Compiling identity-hash v0.1.0
2026-06-21T03:30:25.0191000Z    Compiling hashbrown v0.16.1
2026-06-21T03:30:25.0977443Z    Compiling netlink-packet-route v0.30.0
2026-06-21T03:30:25.1498612Z    Compiling termios v0.2.2
2026-06-21T03:30:25.2804701Z    Compiling synstructure v0.13.2
2026-06-21T03:30:25.3200540Z    Compiling darling_core v0.20.11
2026-06-21T03:30:25.4093740Z    Compiling serde_derive_internals v0.29.1
2026-06-21T03:30:25.6866925Z    Compiling proc-macro-crate v3.5.0
2026-06-21T03:30:25.8026106Z    Compiling xmltree v0.10.3
2026-06-21T03:30:25.8450745Z    Compiling serial-core v0.4.0
2026-06-21T03:30:25.9500663Z    Compiling errno v0.3.14
2026-06-21T03:30:25.9740953Z    Compiling ioctl-rs v0.1.6
2026-06-21T03:30:26.0510770Z    Compiling simple-dns v0.9.3
2026-06-21T03:30:26.0771109Z    Compiling aho-corasick v1.1.4
2026-06-21T03:30:26.0771829Z    Compiling arrayref v0.3.9
2026-06-21T03:30:26.1240665Z    Compiling constant_time_eq v0.4.2
2026-06-21T03:30:26.1280525Z    Compiling simdutf8 v0.1.5
2026-06-21T03:30:26.1450838Z    Compiling resolv-conf v0.7.6
2026-06-21T03:30:26.1912636Z    Compiling smol_str v0.1.24
2026-06-21T03:30:26.2617547Z    Compiling signal-hook v0.3.18
2026-06-21T03:30:26.3481528Z    Compiling linux-raw-sys v0.12.1
2026-06-21T03:30:26.4181197Z    Compiling toml_write v0.1.2
2026-06-21T03:30:26.4240205Z    Compiling regex-syntax v0.8.10
2026-06-21T03:30:26.4441515Z    Compiling arrayvec v0.7.6
2026-06-21T03:30:26.5262134Z    Compiling sha1_smol v1.0.1
2026-06-21T03:30:26.6229294Z    Compiling winnow v0.7.15
2026-06-21T03:30:26.6888781Z    Compiling signal-hook-registry v1.4.8
2026-06-21T03:30:26.6965903Z    Compiling serial-unix v0.4.0
2026-06-21T03:30:26.7322374Z    Compiling lru v0.16.4
2026-06-21T03:30:26.8897849Z    Compiling darling_core v0.23.0
2026-06-21T03:30:26.9489787Z    Compiling serde_bytes v0.11.19
2026-06-21T03:30:27.0210987Z    Compiling seize v0.5.1
2026-06-21T03:30:27.2744941Z    Compiling hmac v0.12.1
2026-06-21T03:30:27.3332833Z    Compiling serde_derive v1.0.228
2026-06-21T03:30:27.3690199Z    Compiling zeroize_derive v1.4.3
2026-06-21T03:30:27.3967399Z    Compiling tokio-macros v2.7.0
2026-06-21T03:30:27.4829487Z    Compiling futures-macro v0.3.32
2026-06-21T03:30:27.9650704Z    Compiling zeroize v1.8.2
2026-06-21T03:30:28.1500503Z    Compiling tokio v1.52.3
2026-06-21T03:30:28.1630998Z    Compiling zerofrom-derive v0.1.7
2026-06-21T03:30:28.4467975Z    Compiling futures-util v0.3.32
2026-06-21T03:30:28.4734454Z    Compiling yoke-derive v0.8.2
2026-06-21T03:30:28.7338415Z    Compiling zerovec-derive v0.11.3
2026-06-21T03:30:29.0579150Z    Compiling displaydoc v0.2.6
2026-06-21T03:30:29.1929881Z    Compiling tracing-attributes v0.1.31
2026-06-21T03:30:29.5988258Z    Compiling zerofrom v0.1.8
2026-06-21T03:30:29.6560887Z    Compiling rustls-pki-types v1.14.1
2026-06-21T03:30:29.7560416Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T03:30:29.8850606Z    Compiling yoke v0.8.3
2026-06-21T03:30:29.9040789Z    Compiling thiserror-impl v2.0.18
2026-06-21T03:30:30.1016299Z    Compiling zerotrie v0.2.4
2026-06-21T03:30:30.3354876Z    Compiling zerovec v0.11.6
2026-06-21T03:30:30.4504873Z    Compiling darling_macro v0.20.11
2026-06-21T03:30:30.4930788Z    Compiling derive_more-impl v2.1.1
2026-06-21T03:30:30.5201058Z    Compiling spez v0.1.2
2026-06-21T03:30:30.5799224Z    Compiling n0-error-macros v0.1.3
2026-06-21T03:30:30.8985182Z    Compiling darling v0.20.11
2026-06-21T03:30:30.9608460Z    Compiling derive_builder_core v0.20.2
2026-06-21T03:30:30.9725651Z    Compiling der v0.8.0-rc.10
2026-06-21T03:30:30.9808483Z    Compiling pin-project-internal v1.1.13
2026-06-21T03:30:31.2587866Z    Compiling tinystr v0.8.3
2026-06-21T03:30:31.4760856Z    Compiling icu_locale_core v2.2.0
2026-06-21T03:30:31.7422114Z    Compiling potential_utf v0.1.5
2026-06-21T03:30:31.8497218Z    Compiling icu_collections v2.2.0
2026-06-21T03:30:31.9048920Z    Compiling n0-error v0.1.3
2026-06-21T03:30:32.3240954Z    Compiling ed25519-dalek v2.2.0
2026-06-21T03:30:32.3727111Z    Compiling pin-project v1.1.13
2026-06-21T03:30:32.4400834Z    Compiling futures-executor v0.3.32
2026-06-21T03:30:32.4470575Z    Compiling derive_builder_macro v0.20.2
2026-06-21T03:30:32.4660700Z    Compiling cobs v0.3.0
2026-06-21T03:30:32.6050762Z    Compiling ipnet v2.12.0
2026-06-21T03:30:32.6587606Z    Compiling spki v0.8.0-rc.4
2026-06-21T03:30:32.7033619Z    Compiling icu_provider v2.2.0
2026-06-21T03:30:32.7627052Z    Compiling derive_builder v0.20.2
2026-06-21T03:30:32.8471277Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T03:30:32.8592778Z    Compiling futures v0.3.32
2026-06-21T03:30:32.9282591Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T03:30:33.0390501Z    Compiling icu_properties v2.2.0
2026-06-21T03:30:33.1210770Z    Compiling icu_normalizer v2.2.0
2026-06-21T03:30:33.2126609Z    Compiling prefix-trie v0.8.4
2026-06-21T03:30:33.2853395Z    Compiling once_cell v1.21.4
2026-06-21T03:30:33.3034990Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T03:30:33.4500649Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T03:30:33.5239973Z    Compiling tracing-core v0.1.36
2026-06-21T03:30:33.8956877Z    Compiling postcard-derive v0.2.2
2026-06-21T03:30:34.0231712Z    Compiling hashbrown v0.14.5
2026-06-21T03:30:34.0762815Z    Compiling tracing v0.1.44
2026-06-21T03:30:34.0905133Z    Compiling data-encoding-macro v0.1.20
2026-06-21T03:30:34.1479969Z    Compiling rustls-native-certs v0.8.4
2026-06-21T03:30:34.2460851Z    Compiling tokio-util v0.7.18
2026-06-21T03:30:34.4070906Z    Compiling idna_adapter v1.2.2
2026-06-21T03:30:34.4565459Z    Compiling netlink-sys v0.8.8
2026-06-21T03:30:34.5570824Z    Compiling idna v1.1.0
2026-06-21T03:30:34.5910666Z    Compiling postcard v1.1.3
2026-06-21T03:30:34.6098884Z    Compiling tower v0.5.3
2026-06-21T03:30:34.6168791Z    Compiling enum-assoc v1.3.0
2026-06-21T03:30:34.6365154Z    Compiling strum_macros v0.28.0
2026-06-21T03:30:34.7850637Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T03:30:34.8619902Z    Compiling hashlink v0.9.1
2026-06-21T03:30:34.8747544Z    Compiling num_enum_derive v0.7.6
2026-06-21T03:30:34.9201148Z    Compiling async-trait v0.1.89
2026-06-21T03:30:35.0284016Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T03:30:35.0617094Z    Compiling url v2.5.8
2026-06-21T03:30:35.0797500Z    Compiling derive_more v2.1.1
2026-06-21T03:30:35.2240912Z    Compiling h2 v0.4.14
2026-06-21T03:30:35.2949861Z    Compiling rusqlite v0.32.1
2026-06-21T03:30:35.4137702Z    Compiling n0-watcher v0.6.1
2026-06-21T03:30:35.4138464Z    Compiling tokio-stream v0.1.18
2026-06-21T03:30:35.4780795Z    Compiling iroh-relay v0.98.0
2026-06-21T03:30:35.4870771Z    Compiling iroh-metrics v0.38.3
2026-06-21T03:30:35.5032781Z    Compiling netdev v0.42.0
2026-06-21T03:30:35.6951993Z    Compiling netlink-proto v0.12.0
2026-06-21T03:30:35.7874672Z    Compiling moka v0.12.15
2026-06-21T03:30:35.9340676Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T03:30:36.0501677Z    Compiling iroh-base v0.98.0
2026-06-21T03:30:36.0810430Z    Compiling attohttpc v0.30.1
2026-06-21T03:30:36.1114867Z    Compiling num_enum v0.7.6
2026-06-21T03:30:36.1210718Z    Compiling tower-http v0.6.11
2026-06-21T03:30:36.1289174Z    Compiling serde_spanned v0.6.9
2026-06-21T03:30:36.1368095Z    Compiling toml_datetime v0.6.11
2026-06-21T03:30:36.2220627Z    Compiling ref-cast-impl v1.0.25
2026-06-21T03:30:36.2699384Z    Compiling thiserror-impl v1.0.69
2026-06-21T03:30:36.5020640Z    Compiling toml_edit v0.22.27
2026-06-21T03:30:36.6271465Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T03:30:36.8759284Z    Compiling webpki-roots v1.0.7
2026-06-21T03:30:36.9250761Z    Compiling regex-automata v0.4.14
2026-06-21T03:30:37.0143704Z    Compiling schemars_derive v1.2.1
2026-06-21T03:30:37.0274194Z    Compiling iroh v0.98.2
2026-06-21T03:30:37.2531078Z    Compiling dyn-clone v1.0.20
2026-06-21T03:30:37.3241194Z    Compiling pin-utils v0.1.0
2026-06-21T03:30:37.4019544Z    Compiling bitflags v1.3.2
2026-06-21T03:30:37.4300174Z    Compiling cmov v0.5.4
2026-06-21T03:30:37.4390890Z    Compiling utf8parse v0.2.2
2026-06-21T03:30:37.4763205Z    Compiling rustix v0.38.44
2026-06-21T03:30:37.5301172Z    Compiling strum v0.28.0
2026-06-21T03:30:37.5600790Z    Compiling anstyle-parse v1.0.0
2026-06-21T03:30:37.6522423Z    Compiling iroh-dns v0.98.0
2026-06-21T03:30:37.6760888Z    Compiling ctutils v0.4.2
2026-06-21T03:30:37.6877868Z    Compiling nix v0.25.1
2026-06-21T03:30:37.7930919Z    Compiling backon v1.6.0
2026-06-21T03:30:37.8700770Z    Compiling darling_macro v0.23.0
2026-06-21T03:30:37.8990920Z    Compiling hkdf v0.12.4
2026-06-21T03:30:37.9850703Z    Compiling filedescriptor v0.8.3
2026-06-21T03:30:38.0004575Z    Compiling papaya v0.2.4
2026-06-21T03:30:38.1120649Z    Compiling serial v0.4.0
2026-06-21T03:30:38.1907326Z    Compiling anstyle v1.0.14
2026-06-21T03:30:38.2230924Z    Compiling colorchoice v1.0.5
2026-06-21T03:30:38.2371496Z    Compiling shell-words v1.1.1
2026-06-21T03:30:38.2427416Z    Compiling downcast-rs v1.2.1
2026-06-21T03:30:38.3270812Z    Compiling instability v0.3.12
2026-06-21T03:30:38.3358868Z    Compiling linux-raw-sys v0.4.15
2026-06-21T03:30:38.3830602Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T03:30:38.4071675Z    Compiling foldhash v0.1.5
2026-06-21T03:30:38.4537230Z    Compiling anstyle-query v1.1.5
2026-06-21T03:30:38.4655266Z    Compiling signal-hook-mio v0.2.5
2026-06-21T03:30:38.4941586Z    Compiling darling v0.23.0
2026-06-21T03:30:38.4997734Z    Compiling spake2 v0.4.0
2026-06-21T03:30:38.5421195Z    Compiling hashbrown v0.15.5
2026-06-21T03:30:38.5588567Z    Compiling anstream v1.0.0
2026-06-21T03:30:38.5705208Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T03:30:38.5821454Z    Compiling terminal_size v0.4.4
2026-06-21T03:30:38.6070792Z    Compiling strum_macros v0.26.4
2026-06-21T03:30:38.7771248Z    Compiling sha1 v0.10.6
2026-06-21T03:30:38.8711063Z    Compiling itertools v0.13.0
2026-06-21T03:30:39.0011769Z    Compiling castaway v0.2.4
2026-06-21T03:30:39.0420761Z    Compiling unicode-width v0.1.14
2026-06-21T03:30:39.0916100Z    Compiling toml v0.8.23
2026-06-21T03:30:39.1990998Z    Compiling schemars v1.2.1
2026-06-21T03:30:39.3880895Z    Compiling static_assertions v1.1.0
2026-06-21T03:30:39.4430834Z    Compiling indoc v2.0.7
2026-06-21T03:30:39.4850754Z    Compiling clap_lex v1.1.0
2026-06-21T03:30:39.7440837Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T03:30:39.9244825Z    Compiling doctest-file v1.1.1
2026-06-21T03:30:40.1200596Z    Compiling regex v1.12.3
2026-06-21T03:30:40.4826305Z    Compiling interprocess v2.4.2
2026-06-21T03:30:40.5880674Z    Compiling crossterm v0.28.1
2026-06-21T03:30:40.8676065Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T03:30:40.9080779Z    Compiling unicode-truncate v1.1.0
2026-06-21T03:30:40.9167227Z    Compiling clap_builder v4.6.0
2026-06-21T03:30:41.0126006Z    Compiling strum v0.26.3
2026-06-21T03:30:41.0750476Z    Compiling hyper v1.10.1
2026-06-21T03:30:41.1329585Z    Compiling compact_str v0.8.2
2026-06-21T03:30:41.4040962Z    Compiling lru v0.12.5
2026-06-21T03:30:41.5910747Z    Compiling clap_derive v4.6.1
2026-06-21T03:30:41.5950507Z    Compiling unicode-width v0.2.0
2026-06-21T03:30:41.7165681Z    Compiling iana-time-zone v0.1.65
2026-06-21T03:30:41.8168757Z    Compiling portable-pty v0.8.1
2026-06-21T03:30:41.9300861Z    Compiling cassowary v0.3.0
2026-06-21T03:30:42.0228066Z    Compiling chrono v0.4.45
2026-06-21T03:30:42.0810428Z    Compiling nucleo-matcher v0.3.1
2026-06-21T03:30:42.3187350Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T03:30:42.3532431Z    Compiling ratatui v0.29.0
2026-06-21T03:30:42.7667466Z    Compiling qrcode v0.14.1
2026-06-21T03:30:43.0991622Z    Compiling hyper-util v0.1.20
2026-06-21T03:30:43.1418324Z    Compiling tempfile v3.27.0
2026-06-21T03:30:43.7801636Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T03:30:43.8401138Z    Compiling clap v4.6.1
2026-06-21T03:30:45.0529790Z    Compiling igd-next v0.17.1
2026-06-21T03:30:46.1054083Z    Compiling portmapper v0.16.0
2026-06-21T03:30:51.2183569Z    Compiling rustls-webpki v0.103.13
2026-06-21T03:30:53.5958888Z    Compiling tokio-rustls v0.26.4
2026-06-21T03:30:53.5959875Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T03:30:53.5960228Z    Compiling noq-proto v0.17.0
2026-06-21T03:30:53.7502858Z    Compiling hyper-rustls v0.27.9
2026-06-21T03:30:53.7503359Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T03:30:53.7503766Z    Compiling tokio-websockets v0.13.2
2026-06-21T03:30:53.8796178Z    Compiling reqwest v0.13.4
2026-06-21T03:30:54.8193554Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T03:31:08.8625246Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T03:31:10.2273208Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T03:31:17.3833417Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T03:31:21.0026459Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-06-21T03:31:21.0245137Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T03:31:21.0257580Z 
2026-06-21T03:31:21.0257708Z running 1 test
2026-06-21T03:31:27.2171756Z test new_brain_serves_against_old_broker ... ok
2026-06-21T03:31:27.2172080Z 
2026-06-21T03:31:27.2172362Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T03:31:27.2174122Z 
2026-06-21T03:31:27.2389493Z Post job cleanup.
2026-06-21T03:31:27.3051492Z [command]/usr/bin/git version
2026-06-21T03:31:27.3083741Z git version 2.43.0
2026-06-21T03:31:27.3113713Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f96bda75-d8a4-459e-b189-a21c010f082f' before making global git config changes
2026-06-21T03:31:27.3114458Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T03:31:27.3117539Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T03:31:27.3147122Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T03:31:27.3174560Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T03:31:27.3357882Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T03:31:27.3376551Z http.https://github.com/.extraheader
2026-06-21T03:31:27.3385267Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T03:31:27.3408273Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T03:31:27.3593682Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T03:31:27.3616608Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T03:31:27.3926001Z Cleaning up orphan processes
2026-06-21T03:31:27.4446015Z Terminate orphan process: pid (3168617) (spt)
